home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9804 / 000003_owner-linux-arm…r.rutgers.edu _Sat Apr 4 19:00:20 1998.msg < prev    next >
Internet Message Format  |  1998-05-13  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from orava.funet.fi (orava.funet.fi [128.214.248.46])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id TAA10574
  4.     for <willy@odie.fluff.org>; Sat, 4 Apr 1998 19:00:19 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2]:7111 "EHLO vger.rutgers.edu" ident: "root") by orava.funet.fi with ESMTP id <390826-120>; Sat, 4 Apr 1998 20:59:51 +0300
  6. Received: by vger.rutgers.edu id <971202-12780>; Sat, 4 Apr 1998 12:20:50 -0500
  7. Received: from tazenda.demon.co.uk ([158.152.220.239]:1428 "HELO kings-cross.london.uk.eu.org" ident: "exim") by vger.rutgers.edu with SMTP id <971291-12780>; Sat, 4 Apr 1998 12:12:42 -0500
  8. Received: from kings-cross.london.uk.eu.org [127.0.0.1] (phil)
  9.     by kings-cross.london.uk.eu.org with esmtp (Exim 1.71 #1)
  10.     id 0yLVbQ-0005up-00; Sat, 4 Apr 1998 17:15:32 +0100
  11. X-Mailer: exmh version 2.0zeta 7/24/97
  12. To: Alan Cox <alan@cymru.net>
  13. cc: linux-arm@vger.rutgers.edu
  14. Subject: Re: Processor type 
  15. In-reply-to: Your message of "Sat, 04 Apr 1998 15:34:49 BST."
  16.              <199804041434.PAA08063@snowcrash.cymru.net> 
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Date:     Sat, 04 Apr 1998 17:15:32 +0100
  20. From: Philip Blundell <Philip.Blundell@pobox.com>
  21. Message-Id: <E0yLVbQ-0005up-00@kings-cross.london.uk.eu.org>
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. X-Loop: majordomo@vger.rutgers.edu
  26. Status: RO
  27.  
  28. >> Attached is a patch to remove CONFIG_CPU_ARM6 (etc) from circulation.  
  29. >> Instead, the configure script works out whether your hardware uses a 26-bit 
  30. >
  31. >What about cross compiling.
  32.  
  33. Sorry - by `your hardware' I meant the machine type you're compiling for.  It 
  34. has no knowledge of what you're running on.
  35.  
  36. >That is probably a good idea, if its written in terms of
  37. >
  38. >#if PAGE_SIZE > 8192 ...
  39. >
  40. >or similar
  41.  
  42. I can change it to be like that if you want.  At the moment it's like this
  43.  
  44.     /* 
  45.      * Except on machines with very big pages, enforce a minimum of 48.
  46.      */
  47.     if (PAGE_SIZE < 32768 && i < 48)
  48.         i = 48;
  49.  
  50. It only affects the init code so it's not a performance issue.  In any case 
  51. gcc can optimise away a compare of one constant against another.
  52.  
  53. p.
  54.  
  55.  
  56. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu